home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_kohonen.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  999 b   |  37 lines

  1. /*****************************************************************************
  2.   FILE           : ui_kohonen.h
  3.   SHORTNAME      : ui_kohonen.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Kohonen Function Prototypes
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Marcus Ritt
  10.   DATE           : July 13 1993
  11.  
  12.   CHANGED BY     : Guenter Mamier
  13.   IDENTIFICATION : @(#)ui_kohonen.h    1.4 3/2/94
  14.   SCCS VERSION   : 1.4
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  20.              
  21. ******************************************************************************/
  22. #ifndef _KO_MAIN_DEFINED_
  23. #define  _KO_MAIN_DEFINED_
  24.  
  25. /* begin global definition section */
  26.  
  27. extern void kohonen_createWindow (void);
  28. extern Widget ui_ExtraToggle;
  29. extern Widget ui_LayerWidget;
  30. extern int ui_noOfCurrentLayer;
  31. extern int kohonen_open;
  32.  
  33. /* end global definition section */
  34.  
  35. #endif /* _KO_MAIN_DEFINED_ */
  36.  
  37.